home *** CD-ROM | disk | FTP | other *** search
/ Dangerous Digital Movies: Omake Photos 200 / Dangerous Digital Moves: Omake Photos 200.iso / pc / mmd / mvplay.dxr / 00062.ls < prev    next >
Encoding:
Text File  |  1996-08-23  |  174 b   |  12 lines

  1. on timewait time
  2.   if mouseDown() then
  3.     go(the frame + 1)
  4.   else
  5.     if the timer < time then
  6.       go(the frame)
  7.     else
  8.       go(the frame + 1)
  9.     end if
  10.   end if
  11. end
  12.